Method ToSqlStringAsync<TResult>(Expression<Func<IRedbGrouping<TKey, TProps>, TResult>>)

Assembly: redb.Core.dll

Returns SQL string that will be executed for this GroupBy query.
Requires Pro version provider that supports SQL preview.

public Task<string> ToSqlStringAsync<TResult>(Expression<Func<IRedbGrouping<TKey, TProps>, TResult>> selector)